提交

ConvRadar — Conversion Analyst inside Claude

@Pika Ivan

Hosted MCP that turns your GA4 property into a conversation. Ask "where's my biggest funnel drop?" or "did mobile conversion drop last week?" in Claude or ChatGPT — ConvRadar pulls the right slice, runs the diagnostic, and answers with numbers and a recommended action. OAuth 2.1, no per-user URLs.
概览

What ConvRadar does

ConvRadar is your conversion analyst, inside Claude. It's a hosted MCP server that connects to your Google Analytics 4 property over OAuth (read-only) and exposes ~20 conversion-diagnostic tools to any MCP client — Claude, ChatGPT, Cursor, Cline.

  • Runs a full audit on demand — funnel drops, traffic-quality regressions, device gaps, landing-page leaks, product/category performance.
  • Compares segments, periods, and benchmarks. Answers in plain English with the GA4 numbers attached.
  • Records hypotheses so the next conversation picks up where the last one ended.

Try without installing

Open the demo chat at https://convradar.com/chat — 3 free messages, no signup.

Pricing

$9.99 / month flat. 7-day trial, card required. Cancel anytime.

Auth

OAuth 2.1 (Bearer). Scopes: read:metrics, write:hypotheses. Discovery via /.well-known/oauth-protected-resource. No per-user URL — mcp-remote handles the login flow on first run.

First prompts to try

  • Run a full audit of my account.
  • Where's my biggest funnel drop?
  • Did mobile conversion drop last week?
  • What should I A/B test next?

Stack

GA4 Data API (read-only), Claude/ChatGPT MCP, Stripe billing.

服务器配置

{
  "mcpServers": {
    "convradar": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.convradar.com/mcp"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server